-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
30 lines (30 loc) · 1.49 KB
/
Copy pathconfig.json
File metadata and controls
30 lines (30 loc) · 1.49 KB
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
26
27
28
29
30
{
"default_prefix": "::",
"case": 1,
"use_default_help": 0,
"owners": [
376129806313455616
],
"intents": "all",
"version": "2.5.2",
"changelogs": {
"2.5.2": "Fixed underprivileged users being able to see help documentation for commands they can't use",
"2.5.1": "Fixed certain commands having empty description text in help",
"2.5.0": "Added fully-featured help command",
"2.4.0": "Added status command",
"2.3.1": [
"Added changelog command for update transparency",
"Fixed broken cog reloading command"
],
"2.2.0": "Added about command for learning about the bot",
"2.1.0": "Improved permission error messages",
"2.0.1": "Fixed bug where errors would infinitely spam messages",
"2.0.0": "Entire codebase was scrapped and rewrite was started",
"Older Versions": "A largely incomplete archive is available at https://github.com/ConnorTippets/Discord-Mega-Bot/"
},
"what_am_i": "I am a general-purpose bot made by {0}. I was originally made for {0} to learn programming, but have since expanded into a big utility toolbox.",
"am_i_open_source": "Yes! My code is freely available on [Github]({0}) under the GNU V3 license.",
"git_repo": "https://github.com/ConnorTippets/dmb",
"help_text": "```\n{0}\n```\nPlease choose one using {1}help <category name>",
"category_text": "```\n{0}\n```\nYou can use {1}help <command name> to get help on a command"
}