forked from FuseFairy/DiscordBot-EdgeGPT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.dev
More file actions
25 lines (18 loc) · 668 Bytes
/
.env.dev
File metadata and controls
25 lines (18 loc) · 668 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DISCORD_BOT_TOKEN=
IMAGE_TIMEOUT=300
IMAGE_MAX_CREATE_SEC=300
# Get from https://bing.com/, and copy the value from the _U, not necessary to set.
AUTH_COOKIE=
# Allow mention bot only in specific channel, if you don't set it, just default to all channels.
MENTION_CHANNEL_ID=
# Allow each commands only in specific channel, if you don't set it, just default to all channels.
# specific channel for /cookies setting
SETTING_CHANNEL_ID=
# specific channel for /copilot
CHAT_CHANNEL_ID=
# specific channel for /create image
CREATE_IMAGE_CHANNEL_ID=
# specific channel for /reset conversation
RESET_CHAT_CHANNEL_ID=
# specific channel for /help
HELP_CMD_CHANNEL_ID=