Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdxabu/raidenbot
Yelan bot for discord servers
https://github.com/mdxabu/raidenbot
bot collaborate communityexchange discord discord-bot github heroku java jda jetbrains learn maven
Last synced: about 1 month ago
JSON representation
Yelan bot for discord servers
- Host: GitHub
- URL: https://github.com/mdxabu/raidenbot
- Owner: mdxabu
- License: mit
- Created: 2023-08-29T16:24:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-18T14:33:03.000Z (7 months ago)
- Last Synced: 2024-06-18T17:55:45.244Z (7 months ago)
- Topics: bot, collaborate, communityexchange, discord, discord-bot, github, heroku, java, jda, jetbrains, learn, maven
- Language: Java
- Homepage:
- Size: 26.8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Raiden Discord Bot
> Raiden is a discord bot developed in Java using the JDA library.
# Events
| Events | Finished |
|:------:|:--------:|
| Guild Join| ✅ |
| Guild Leave| ✅ |
| Channel Create| ✅ |
| Channel Delete| ✅ |
| Role Create| ✅ |
| Role Delete| ✅ |
| Role Color Update| ✅ |
| Channel Create| ✅ |
| Greeting| ✅ |
| Anonymous Message Sending| ✅ |# Installation
- Copy this command and run it in git bash/terminal.
```bash
> git clone https://github.com/mdxabu/YelanBot.git
```
- Change the directory to the project.
```bash
> cd YelanBot
```
- Run it on your favorite IDE (Intellij Idea/Eclipse)# Contributing
Contributions to this repository are welcome. If you find a bug, have a feature request, or want to contribute in any other way, please follow these steps:- Fork the repository.
- Create a new branch for your feature or bug fix or you can work on the main branch too.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your forked repository.
- Create a PR against the main branch of this repository, describing your changes and the problem or feature you're addressing.# License
This project is licensed under the MIT License, which means you are free to use, modify, and distribute it as you see fit. Please refer to the [License](LICENSE) file for more details.