- Install all requirements: Run
pip install -r requirements.txt - Go to config.json and edit edit the following values:
Token- your app's token. Can be found in Discord developer portal > your app's name > Bot (in the side bar) > Token. Make sure all Privileged Gateway Intents are enabled (scroll down a bit from where you copied the token)Items- a list of items from which WinterBot will choose a random one with the selected interval. Example:
["Item 1", "Item 2", "Item 3"]
Prefixes- a list of prefixes that can be used for message based commands. Example:
["wb!", "~", ";"]
Hours- The of hours between each Guess message being sent.Minutes- The delay of minutes between each Guess message being sent.Seconds- The delay of seconds between each Guess message being sent.Channel_ID- The ID of the channel where the Guess message should be sent. If you do not know how to get a channel's ID please take a look at this tutorial
- Run functions.py-
python3 functions.py - Start the app by running main.py-
python3 main.pyA line saying that the app is online along with its name should be displayed in the console.
kiki0124/Randomizer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|