-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated embeds design + fixed missing icons - Updated replit settings - Support for custom status command texts - Added randomColor setting to config (every embed command will have random color) - Added more default command aliases - Fixed a bug - using ,LIST (or any other command with caps) will pc recognize as normal ,list command - Installed math package (for randomColor setting) - Fixed a grammar error - Removed useless constant - Updated settings organization in config - simple view - New first auto status message style in setting phase
- Loading branch information
PetyXbronCZ
committed
Dec 9, 2021
1 parent
848516b
commit 5665e23
Showing
12 changed files
with
215 additions
and
81 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,4 +1,3 @@ | ||
run = "npm start" | ||
onBoot = "npm install" | ||
ignoredPaths=[".gitignore"] | ||
language = "js" | ||
language = "nodejs" |
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
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
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
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
Oops, something went wrong.