Skip to content

Commit

Permalink
I like hardcoded lists and I cannot lie
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuker committed May 26, 2024
1 parent 9378235 commit 07dfba9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/discord_bot/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ class << self
def admin_users
[
DiscordBot::User.new(id: 121475289397198848)
# 121475289397198848
DiscordBot::User.new(id: 227141869962919936)
DiscordBot::User.new(id: 381899834564804622)
DiscordBot::User.new(id: 478093835172446209)
DiscordBot::User.new(id: 722652181894791238)
]
end

Expand Down

0 comments on commit 07dfba9

Please sign in to comment.