imaginaryfriend/src/handler/commands/start.py

10 lines
157 B
Python
Raw Normal View History

2016-12-04 14:13:04 +01:00
from .base import Base
class Start(Base):
name = 'start'
@staticmethod
def execute(bot, command):
Start.reply(bot, command, 'Hi! :3')