mirror of
https://github.com/dgw/sopel-amatsukaze.git
synced 2025-06-21 06:27:20 +02:00
Initialize mostly-blank template for Yuuki to start building on
This commit is contained in:
commit
32fc93aee8
9 changed files with 152 additions and 0 deletions
13
sopel_amatsukaze/byte.py
Normal file
13
sopel_amatsukaze/byte.py
Normal 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!')
|
Loading…
Add table
Add a link
Reference in a new issue