Upload Command

This commit is contained in:
Dustin Pianalto 2018-05-08 17:08:06 -08:00
parent 39b9f69197
commit 370051c1b3

View File

@ -10,6 +10,11 @@ class Uploader:
async def upload_dino(self, ctx, official: str='unofficial'):
if official == 'unofficial':
pass
elif official == 'official':
pass
else:
await ctx.send(f'{official} is not a valid option. Please specify "official" or "unofficial" or leave it '
f'blank to default to "unofficial"')
def setup(bot):