Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
reishimanfr committed Apr 24, 2024
2 parents c0e7b5a + 65b63b7 commit adac9d0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
<img width=200 height=200 src="https://github.com/Reishimanfr/TWM-bot/assets/92938606/de4f51a7-8499-4798-ad8c-dc78f5006cd0"</img>
<img alt="Image source: https://steamcommunity.com/sharedfiles/filedetails/?id=2110317453" src="https://github.com/Reishimanfr/The-World-Machine-Bot/assets/92938606/91a37580-2be6-40b1-9279-fa129620f28e"></img>
</p>
<h3 align="center">

<i>A Discord music bot made with ❤️ by Rei!</i><br>

<p align="center">
Expand Down Expand Up @@ -65,16 +65,18 @@ services:
environment:
# Your discord bot token. Never show it to anyone
- BOT_TOKEN=
# Time after which the bot will leave vc if it's inactive
# for that time. (Provided in minutes)
# Time after which the bot will leave vc if inactive (in minutes)
- PLAYER_TIMEOUT=10
# This is only needed if you want the starboard feature
# to embed tenor gifs. You can safely ignore it.
- TENOR_API_KEY=null

# Create a new empty guild and paste it's ID here. You
# only have to do this once.
- CUSTOM_EMOJIS_GUILD_ID=
- CUSTOM_EMOJIS_GUILD_ID=1234567890

# Changes if (/) commands should be registered on bot startup.
- REGISTER_COMMANDS_ON_START=true

# This changes if the bot should leave servers where it's
# been inactive for 3 months.
Expand Down

0 comments on commit adac9d0

Please sign in to comment.