Skip to content

Commit

Permalink
Update URL to gamebot.gg
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroclutch committed May 19, 2024
1 parent 74a771e commit d978d8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ export default {
token: process.env.DISCORD_BOT_TOKEN,
ownerID: process.env.OWNER_ID,
activity: {
game: process.env.DISCORD_BOT_PREFIX + 'help | gamebot.rocks',
game: process.env.DISCORD_BOT_PREFIX + 'help | gamebot.gg',
type: 'PLAYING',
url: 'https://gamebot.rocks'
url: 'https://gamebot.gg'
},
loggingChannel: process.env.LOGGING_CHANNEL,
statusChannel: '618344167759675413',
status: {
updateInterval: 1000 * 60 * 30, // 30 minutes
},
serverInvite: 'https://gamebot.rocks/discord',
serverInvite: 'https://gamebot.gg/discord',
links: {
shop: `https://gamebot.rocks/shop`,
shop: `https://gamebot.gg/shop`,
},
creditIcon: '<:credit:810656538775650344>',
goldIcon: '<a:gold:810683680556187668>',
Expand Down

0 comments on commit d978d8d

Please sign in to comment.