Remove _welcome from bot.py

This commit is contained in:
moyamo 2015-12-04 20:25:44 +02:00
parent 1af2b5072f
commit 97c8cfed94
1 changed files with 0 additions and 1 deletions

1
bot.py
View File

@ -37,7 +37,6 @@ class Bot():
self.commands = {
"help": self._help,
"prune": self._prune,
"welcome": self._welcome,
"sync": self._sync,
"groups": self._groups,
"getgroups": self._getgroups