-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1125 from grilledham/reports-ping-channel
Reports ping channel
- Loading branch information
Showing
4 changed files
with
67 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- Resources for use in interacting with discord. | ||
return { | ||
--- The names of the discord channels that can be referenced by name. | ||
-- See features.server.to_discord_named | ||
channel_names = { | ||
bot_playground = 'bot-playground', | ||
map_promotion = 'map-promotion', | ||
moderation_log = 'moderation-log', | ||
helpdesk = 'helpdesk' | ||
}, | ||
--- The strings that mention the discord role. | ||
-- Has to be used with features.server.to_discord_raw variants else the mention is sanitized server side. | ||
role_mentions = { | ||
test = '<@&593534612051984431>', | ||
crash_site = '<@&762441731194748958>', | ||
moderator = '<@&454192594633883658>' | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.