imaginaryfriend/src/handler/commands/start.py

10 lines
157 B
Python

from .base import Base
class Start(Base):
name = 'start'
@staticmethod
def execute(bot, command):
Start.reply(bot, command, 'Hi! :3')