A discord bot for your server
Made with Discord.py
- Plays music based on song name(Uses Youtube API to query for URL and song title)
- Adds new music to a queue
- Pause, resume and skip music at your leisure
- Get the current weather of a city
- Schedules weather reports
- Welcomes new members
- Download ffmpeg and add to PATH
- create
.\Discord-Bot\data\.env
file with discord, youtube API and openweathermap tokens (use.\Discord-Bot\data\template.env
) as template if desired - Run Bot Command and Weather Report configs, see instructions below
- run
main.py
and type?help
to see full list of commands
- Run
src\config_prefix.py
- Input your one letter prefix
- Run
src\config_weather.py
- Input city names,
<city name>
. Add<state code, ISO 3166 country code>
to input if need to specify - Input UTC times as in 24 hour format(ie.
02:00
for 2:00 am and14:00
for 2:00 pm)