File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ addons/test.py:
3636import dico_command
3737
3838
39- class AddonTest (dico_command .Addon , name = " Addon Test" ):
39+ class AddonTest (dico_command .Addon , name = " Addon Test" ): # name=... is optional
4040 @dico_command.command (name = " addon" )
4141 async def example (self , ctx : dico_command.Context):
4242 await ctx.send(f " Hello! This is addon ` { self .name} `. " )
Original file line number Diff line number Diff line change 66:license: MIT
77"""
88
9- __version__ = "0.0.1 "
9+ __version__ = "0.0.2 "
1010
1111from .addon import *
1212from .bot import *
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "dico-command" ,
8- version = "0.0.1 " ,
8+ version = "0.0.2 " ,
99 author = "eunwoo1104" ,
10101111 description = "Command handler for dico." ,
You can’t perform that action at this time.
0 commit comments