Skip to content

OzuYatamutsu/catbot

Repository files navigation

Catbot!

Meow.

What do?

pip3 install -r requirements.txt
python3 run.py

Do.

No, but really, what do?

Add a function to generate a response in catbot.py

@client.command('do-func')
async def catbot_do_something(args: str):
    await client.say('my returned message string')
  • You're good, dood!!

I want to customize responses/username/statuses or somethin'

See above.

Cats?