Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrelam/among-legends
Among Legends discord bot ๐คก๐ช
https://github.com/alexandrelam/among-legends
among-us discord-bot discord-js leagueoflegends
Last synced: 3 months ago
JSON representation
Among Legends discord bot ๐คก๐ช
- Host: GitHub
- URL: https://github.com/alexandrelam/among-legends
- Owner: alexandrelam
- License: gpl-3.0
- Created: 2021-10-13T17:14:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-09T08:24:46.000Z (about 3 years ago)
- Last Synced: 2023-05-27T10:28:15.633Z (over 1 year ago)
- Topics: among-us, discord-bot, discord-js, leagueoflegends
- Language: JavaScript
- Homepage:
- Size: 1.78 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
Among Legends
Best discord bot to play the new League custom game mode : Among Legends
Explore the docs ยป
View Demo
ยท
Report Bug
ยท
Request Feature
Table of Contents
## About The Project
![amonglegend1](https://user-images.githubusercontent.com/25727549/137308783-49b73228-b92e-40db-a0ce-919f699b41d3.gif)
This self-hosted bot allows you to play Among Legends with your friends on your discord server!
### Built With
- [DiscordJs](https://discordjs.guide/#before-you-begin)
## Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.### Prerequisites
You need the latest version of npm to run the server (>= node 16)
- npm
```sh
npm install npm@latest -g
```### Installation
1. Clone the repo
```sh
git clone https://github.com/alexandrelam/among-legends
```
2. Install NPM packages
```sh
npm install
```
3. Set up bot on discord developer portal ([guide](https://discordjs.guide/preparations/setting-up-a-bot-application.html))
4. Adding bot to server ([guide](https://discordjs.guide/preparations/adding-your-bot-to-servers.html))
5. Enter your API in `.env` file
```js
CLIENT_ID=
GUILD_ID=
TOKEN=
```
6. Register all the commands with `node deploy-commands.js`
7. Launch the server using `node .`## Roadmap
- [ ] Better leaderboard
- [ ] Persistant database with Firebase
- [ ] Bug fixesSee the [open issues](https://github.com/alexandrelam/among-legends/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the GPL-3.0 License. See `LICENSE.txt` for more information.
## Contact
Alexandre LAM - [email protected]
Victor DELIEGE - [email protected]
Project Link: [https://github.com/alexandrelam/among-legends](https://github.com/alexandrelam/among-legends)
[contributors-shield]: https://img.shields.io/github/contributors/alexandrelam/among-legends.svg?style=for-the-badge
[contributors-url]: https://github.com/alexandrelam/among-legends/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/alexandrelam/among-legends.svg?style=for-the-badge
[forks-url]: https://github.com/alexandrelam/among-legends/network/members
[stars-shield]: https://img.shields.io/github/stars/alexandrelam/among-legends.svg?style=for-the-badge
[stars-url]: https://github.com/alexandrelam/among-legends/stargazers
[issues-shield]: https://img.shields.io/github/issues/alexandrelam/among-legends.svg?style=for-the-badge
[issues-url]: https://github.com/alexandrelam/among-legends/issues
[license-shield]: https://img.shields.io/github/license/alexandrelam/among-legends.svg?style=for-the-badge
[license-url]: https://github.com/alexandrelam/among-legends/blob/main/LICENSE