diff --git a/Assets/Chrobry(1).png b/Assets/Chrobry(1).png new file mode 100644 index 0000000..2f68ff4 Binary files /dev/null and b/Assets/Chrobry(1).png differ diff --git a/Program.cs b/Program.cs index 415e371..b1a9eaf 100644 --- a/Program.cs +++ b/Program.cs @@ -61,7 +61,6 @@ public class CommandHandler if (Message == null || Message.Author.IsBot) return; int argPos = 0; - // Change ur prefix here if (!(Message.HasCharPrefix('?', ref argPos) || Message.HasMentionPrefix(Client.CurrentUser, ref argPos))) return; CommandContext context = new CommandContext(Client, Message); @@ -91,6 +90,7 @@ public class Commands : ModuleBase var helpMessage = "### List of available commands:\n\n" + "### Practical Commands: \n" + "`?help` - Displays this command.\n" + + "`?source` - Links to the bots source code. \n" + "`?credits` - Displays bot's credit.\n" + "`?test` - Simple test command you say test bot will response.\n" + "`?invite` - Send a link to invite this bot to your server! \n" + @@ -516,6 +516,13 @@ public class Commands : ModuleBase await ReplyAsync( "# Changelog: \n ### API UPDATE 0.0.2 \n Added a some new commands based on some cool APIs i found! \n + 16 New commands!!"); } + // Simple source command that leads to this project source + [Command("source")] + public async Task source() + { + await ReplyAsync("If you want to contribute or check out the source code you can do it here: https://codeberg.org/Purplebored/Chrobry"); + } + // End of the misc commands // Calculate command [Command("calculate")] diff --git a/README.md b/README.md index 942b1cf..91faa1f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,38 @@ + + # Chrobry A king among revolt bots 👑 -Better Readme soon:tm: \ No newline at end of file +![Chrobry(1).png](Assets\Chrobry(1).png) + +## Features + +- [x] Ban, Unban, Kick Command. + +- [x] Open source + +- [x] NSFW Commands + +- [x] Fun Commands + +## Features which gonna be added in the future. + +- [ ] Music Commands. + +- [ ] Better Mod commands + +- [ ] Warn system + +- [ ] Economy System. + +# License + +This project is licensed under the terms of the GPL 3.0 license. + + + +## Contributing + +Contributions to this project are welcome! Simply fork the repository and create a pull request with your proposed changes. preferably also create a issue on codeberg first. + +