You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2018. It is now read-only.
ifnotawaitgit.starred('verixx/selfbot.py'): returnawaitctx.send('This command is disabled as the user have not starred <https://github.com/verixx/selfbot.py>')
1085
1086
@cc.command(aliases=['create', 'add'])
1086
1087
asyncdefmake(self, ctx, name, *, content):
1088
+
'''Create a custom command!'''
1087
1089
ifnotawaitgit.starred('verixx/selfbot.py'): returnawaitctx.send('This command is disabled as the user have not starred <https://github.com/verixx/selfbot.py>')
awaitctx.send('Use `cc edit` to edit this command as it already exists.')
1099
1101
@cc.command()
1100
1102
asyncdefedit(self, ctx, name, *, content):
1103
+
'''Edits a currently existing custom command'''
1101
1104
ifnotawaitgit.starred('verixx/selfbot.py'): returnawaitctx.send('This command is disabled as the user have not starred <https://github.com/verixx/selfbot.py>')
ifnotawaitgit.starred('verixx/selfbot.py'): returnawaitctx.send('This command is disabled as the user have not starred <https://github.com/verixx/selfbot.py>')
0 commit comments