Upload Command
This commit is contained in:
parent
39b9f69197
commit
370051c1b3
@ -10,6 +10,11 @@ class Uploader:
|
|||||||
async def upload_dino(self, ctx, official: str='unofficial'):
|
async def upload_dino(self, ctx, official: str='unofficial'):
|
||||||
if official == 'unofficial':
|
if official == 'unofficial':
|
||||||
pass
|
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):
|
def setup(bot):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user