Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/config/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const botConfig = {
activities: [
{
// Text users will see (example: "Playing /help | Titan Bot").
name: "Made with ❤️",
name: "GCH1 COMMUNITY ❤️",
// Activity type number (0 = Playing).
type: 0,
},
Expand Down Expand Up @@ -88,7 +88,7 @@ export const botConfig = {
embeds: {
colors: {
// Main brand colors.
primary: "#336699",
primary: "#8F00FF",
secondary: "#2F3136",

// Standard status colors for success/error/warning/info messages.
Expand Down