Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add !thisu command #16

@pacpix

Description

@pacpix

Posts the text string "This, but unironically" Similar to !thisi command
😳

    elif message.content.startswith('!thisu'):
        msg = 'This, but unironically'.format(message)
        yield from channel.send(msg)

Metadata

Metadata

Assignees

Labels

Legacy Command MigrationThe porting of legacy functionality into the application.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions