Skip to content

Commit d30e168

Browse files
Added Credits to README.md
1 parent 2d8c01d commit d30e168

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,20 @@ To start up, run the bot once, and it will generate a `config` directory. Stop t
1717
Note that this is just what is required for the bot to start. Certain features may require other values to be set.
1818

1919
# Configuration
20+
2021
The bot's configuration consists of a collection of simple JSON files:
2122
- `systems.json` contains global settings for the bot's core systems.
2223
- For every guild, a `{guildId}.json` file exists, which contains any guild-specific configuration settings.
2324

2425
At startup, the bot will initially start by loading just the global settings, and then when the Discord ready event is received, the bot will add configuration for each guild it's in, loading it from the matching JSON file, or creating a new file if needed.
2526

2627
# Commands
28+
2729
_Work in Progress_
30+
31+
# Credits
32+
33+
Inspiration we took from other communities:
34+
35+
- We designed our [Help Channel System](https://github.com/Java-Discord/JavaBot/tree/main/src/main/java/net/javadiscord/javabot/systems/help) similar to the one on the [Python Discord](https://discord.gg/python).
36+
- [`/move-conversation`](https://github.com/Java-Discord/JavaBot/blob/main/src/main/java/net/javadiscord/javabot/systems/user_commands/MoveConversationCommand.java) is heavily inspired by the [Rust Programming Language Community Server](https://discord.gg/rust-lang-community)

0 commit comments

Comments
 (0)