Add README
* Optional `--guild-id` is now positional (thus mandatory) and no longer have a default id set to the breadtube discord server
This commit is contained in:
parent
a27e195ea3
commit
8d76596ebf
5 changed files with 49 additions and 3 deletions
2
start.py
2
start.py
|
|
@ -7,7 +7,7 @@ from breadtube_bot.bot import Bot
|
|||
|
||||
def main():
|
||||
parser = ArgumentParser('BreadTube-bot')
|
||||
parser.add_argument('--guild', type=int, default=1306964577812086824, help='Guild id to manage')
|
||||
parser.add_argument('guild', type=int, help='Guild id (discord server) to manage')
|
||||
parser.add_argument('--debug', action='store_true', default=False, help='Run in debug mode (for logs)')
|
||||
arguments = parser.parse_args()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue