mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-05-06 22:16:29 +03:00
Async message handling, CommandHandler rewrite and rename
This commit is contained in:
parent
53f13d88a5
commit
ac63719a0b
19 changed files with 1061 additions and 711 deletions
|
@ -133,6 +133,6 @@ public static class Boyfriend {
|
|||
return guild;
|
||||
}
|
||||
|
||||
throw new Exception(Messages.CouldntFindGuildByChannel);
|
||||
throw new Exception("Could not find guild by channel!");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue