Initialize mostly-blank template for Yuuki to start building on

This commit is contained in:
dgw 2023-03-19 02:24:11 -05:00
commit 32fc93aee8
9 changed files with 152 additions and 0 deletions

13
sopel_amatsukaze/byte.py Normal file
View file

@ -0,0 +1,13 @@
# coding=utf8
"""sopel-amatsukaze.byte
Collect bytes and grow your HDD size.
"""
from __future__ import unicode_literals, absolute_import, division, print_function
from sopel import plugin
@plugin.command('byte')
def bytes_game(bot, trigger):
bot.say('Hello, world!')