Remove _welcome from bot.py
This commit is contained in:
parent
1af2b5072f
commit
97c8cfed94
1
bot.py
1
bot.py
|
@ -37,7 +37,6 @@ class Bot():
|
||||||
self.commands = {
|
self.commands = {
|
||||||
"help": self._help,
|
"help": self._help,
|
||||||
"prune": self._prune,
|
"prune": self._prune,
|
||||||
"welcome": self._welcome,
|
|
||||||
"sync": self._sync,
|
"sync": self._sync,
|
||||||
"groups": self._groups,
|
"groups": self._groups,
|
||||||
"getgroups": self._getgroups
|
"getgroups": self._getgroups
|
||||||
|
|
Loading…
Reference in a new issue