-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3d260c
commit 86cd4bf
Showing
1 changed file
with
10 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# When contributing you must: | ||
|
||
### NOT MAKE HUGE FILES (such as 1000 lines) | ||
- NOT MAKE HUGE FILES (such as 1000 lines) | ||
|
||
### TALK AS THE BOT (such as in commands) | ||
- TALK AS THE BOT (such as in commands) | ||
|
||
- If a embed already exists import it using ```const embed_reinstall = ("PATH HERE")```, the path can be ../../slash/ping.js **ADDING IN 7.2 AS DEFAULT!** | ||
|
||
- Make sure it doesn't crash | ||
|
||
- If it's not a draft, make sure it works | ||
|
||
- Do not modify core parts unless needed (bot.js, config.json example) |