Skip to content

Commit f8b6401

Browse files
committed
feat: Sets channel "#general" as whitelisted. python-discord#1477
Sets channel "#general" as whitelisted in order to allow testing of invoking the ".bemyvalentine" command and receive the message in the same channel (away from "#sir-lancebot-playground") if "public" was specified in the command.
1 parent 1e14def commit f8b6401

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bot/constants.py

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class EnvConfig(
4747

4848

4949
class _Channels(EnvConfig, env_prefix="channels_"):
50+
general: int = 123123123123
5051
algos_and_data_structs: int = 650401909852864553
5152
bot_commands: int = 267659945086812160
5253
community_meta: int = 267659945086812160
@@ -312,6 +313,7 @@ class _Reddit(EnvConfig, env_prefix="reddit_"):
312313

313314
# Whitelisted channels
314315
WHITELISTED_CHANNELS = (
316+
Channels.general,
315317
Channels.bot_commands,
316318
Channels.sir_lancebot_playground,
317319
Channels.off_topic_0,

0 commit comments

Comments
 (0)