Important
This Project has now been ARCHIVED! Thanks to all Contributors, Users, and Servers who have been a part of this project👍
Sports Stadium was a discord bot made with JavaScript, specifically NodeJS. The bot was originally made to manage Sports Stadium, however numerous servers added the bot. Sports Stadium was a fully modular bot, meaning that users can enable/disable any commands. The main features that the bot covered were: Developer; Economy; Fun; General; Moderation. There were 8 to 15 commands in each of those Categories.The bot used a MongoDB Database for the economy command and was verified before being archived.
- Node v18 / +
- You can install the files by either forking, downloading as a ZIP Folder or running the following command in git,
git clone https://github.com/Zemerik/Sports-Stadium
You can delete the
v1.0.0
andassets
directory. All the necessary files are in thev2.0.1
directory.
npm install
- After installing the modules, create a
config.json
file in your root directory with the following information:
{
"commandsPerPage": 6,
"reply": "<:reply:1114154084266680431>",
"allowedUserIds": [], // User id's of users who can use the developer commands
"prefix": "...",
"bot_token": "...",
"clientId": "...",
"guildId": "..."
}
Remember to replace the
...
with the actual information
node .
- Special thanks to Nihanth Chitturi(.suprvirat18) for helping out during the development of the bot and Gurki for hosting the support server.
This repositery is under BSD 2 Clause licence.
Don't Forget to Leave a ⭐