Skip to content

Commit

Permalink
fix: remove set ids from config
Browse files Browse the repository at this point in the history
  • Loading branch information
ScuffedNewt committed Aug 16, 2024
1 parent a213775 commit 6b7894d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/lorekeeper/discord_bot.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'rules_channel' => null,
'questions_channel' => null,

'welcome_channel_id' => 873306133463449620,
'welcome_channel_id' => null,

// BANNED WORDS
// refer to http://www.rsdb.org/full for examples
Expand Down Expand Up @@ -145,7 +145,7 @@
'owner' => null,
'non_owner' => null,
'fto' => null,
'adult' => 1007252972130025503,
'adult' => null,
],

/*
Expand Down

0 comments on commit 6b7894d

Please sign in to comment.