All Projects → NoxCaos → amusementclub2.0

NoxCaos / amusementclub2.0

Licence: MPL-2.0 license
Source code for Amusement Club Discord bot using Eris library

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to amusementclub2.0

Discord-Tools
VSCode extension allowing the integration of a Discord chat, bot templates, snippets, themes and more!
Stars: ✭ 91 (+468.75%)
Mutual labels:  discordbot, eris-discord, eris-discord-bot
TomokoBot
Hi! I am Tomoko, a Discord Bot for moderation, fun, levels, music and much more!
Stars: ✭ 35 (+118.75%)
Mutual labels:  eris-discord, eris-discord-bot
Komugari
A simple, multi-functional Discord bot written in Discord.js
Stars: ✭ 39 (+143.75%)
Mutual labels:  anime, discordbot
jojo-cards
Card game based on Jojo's Bizarre Adventure (ジョジョの奇妙な冒険)
Stars: ✭ 112 (+600%)
Mutual labels:  anime, cards
fc-solve
Freecell Solver - a C library for automatically solving Freecell and some other variants of card Solitaire
Stars: ✭ 49 (+206.25%)
Mutual labels:  cards, card-game
dotacard
You are at FODA artwork repository. Play now for free
Stars: ✭ 22 (+37.5%)
Mutual labels:  cards, card-game
command-handler
Discord Bot (w/ Command Handler)
Stars: ✭ 25 (+56.25%)
Mutual labels:  discordbot
scrobbly
↩️ Scrobble your animes to Anilist, Kitsu!
Stars: ✭ 23 (+43.75%)
Mutual labels:  anime
arcscord
A Discord library written in typescript
Stars: ✭ 18 (+12.5%)
Mutual labels:  discordbot
spoticord
🎶 View the Spotify listening activity of your entire discord guild. Top Tracks, Album, Artists and more...
Stars: ✭ 18 (+12.5%)
Mutual labels:  discordbot
tts-deckconverter
Generate card decks for Tabletop Simulator.
Stars: ✭ 27 (+68.75%)
Mutual labels:  card-game
AnilistBot
A new code base to Anilist bot in Telegram.
Stars: ✭ 33 (+106.25%)
Mutual labels:  anime
worker
⚒ Web crawler that analyzes and dissects subtitles into database entries
Stars: ✭ 16 (+0%)
Mutual labels:  anime
vueman.ga
Delightful reading and tracking of your mangas.
Stars: ✭ 32 (+100%)
Mutual labels:  anime
annict-developers-jp
Developer portal site by Annict. (日本語)
Stars: ✭ 13 (-18.75%)
Mutual labels:  anime
klondike-rs
CLI Klondike Solitaire written in Rust
Stars: ✭ 32 (+100%)
Mutual labels:  card-game
ani-ss
Anime4K using Web Assembly
Stars: ✭ 22 (+37.5%)
Mutual labels:  anime
Server-Captcha
Protect Your Server From Automated Bots With Captcha Now !
Stars: ✭ 18 (+12.5%)
Mutual labels:  discordbot
filename-simplifier
☄ Simplify your library
Stars: ✭ 14 (-12.5%)
Mutual labels:  anime
adl
🍿 anime-downloader + trackma wrapper
Stars: ✭ 91 (+468.75%)
Mutual labels:  anime

Amusement Club is a global gacha game for Discord with thousands of cute and fancy cards made by the bot's community. You can get started on any server by typing ->claim in a bot channel.

Each claim will cost you more 🍅 tomatoes (in-game currency) ->daily will reset your claim cost and give you extra tomatoes.

Invite bot here. Get your bot issues resolved on Amusement Cafe support server.

Discord Server

Contributing

After cloning this repository you can run bot in the development mode. Under test/ you can find sample data and startup script. Please DO NOT commit any changes to those files.

  • Make a copy of test/config.dest.json into test/config.json
  • Open test/config.json with your text editor and set your bot token and database url (if it is different on your system). By default bot will access cards from Amusement Club CDN.
  • Open Terminal or PowerShell and run npm i to install all dependencies.
  • Run npm i -g nodemon.
  • Run npm start to start the bot. Every time you run bot directly (without using Ayano) it will run in development mode.

Test out your features and when you are ready make a Pull Request into the feature branch (e.g. amethyst).

Hosting

Before starting, please do all starting steps from contributing stage.

Make sure you are not violating anything in the LICENSE when you are hosting. You must mention that parts of your bot are licensed under MPL-2.0 on the help/info page of your bot like this:

Parts of the project are licensed under the MPL-2.0 and can be obtained here: https://github.com/NoxCaos/amusementclub2.0/

To host your bot on the small amount of servers, you can just run bot in development mode. However if you need sharding and card management support, consider using Ayano which would require this repository as a local dependency.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].