A fun (parody) Discord Bot, written with interactions.py.
A fun (parody) Discord Bot, written with interactions.py.
Articuno is a multi-purpose Discord Bot that can do a wide variety of jobs, mostly with fun commands. It has a tag system (text) allows you to store and send multiple tags that suit with your server. Featuring an emoji management system, where you can steal and add emojis from other servers (Nitro or image url), remove and look up for the information about an emoji in your server. There is an image search command (powered by Google Images) allows you to look up for different images. And, Articuno also does its job as a Pokemon named bot, by having a must-have /pokedex
command and the famous game from the franchise, Who’s that Pokemon. Beside those features, Articuno offers a wide range variety of random fun command, more as a parody, that can hype up the current chat in your server.
/img
: Look up for images from Google Images. 🖼
/tag
: A message tag system (view, create, edit, info, delete, list). 📜
/emoji
: An emoji management system (info, steal, add, remove). Those emojis from another look fancy, right? Add them to your own server with Articuno. 🏡
/snipe
: Want to see the most recent deleted message in the chat ~(to expose someone)~? Articuno has you covered, but in 5 minutes - and 5 message, he can’t remember a lot. 🤒
/trivia
: A trivia game. See how much you know about this world. 🌐
/truth_dare
: You all know the Truth n Dare game that you usually play with your friend group? Looking no more, as Articuno now simulate it on Discord. 👨👨👧👦
/hangman
: The classic Hangman, now on Discord. 🧶
/whos_that_pokemon
: The famous Who’s that Pokemon game. Let’s see your knowledge about Pokemon. ⚡
Articuno has a good range of miscellaneous commands, such as amogus
, flip
, hug
, ship
, /clownrate
, /uwu
, /amogus
, sanitycheck
, /gay
, etc. You can have a look more at the bot command list after adding Articuno to your server.
There is a /pokedex
command so you can look up for information about a Pokemon. What is special about this Pokedex command compared to the others is a featured called auto-complete, so you can look up for information about your Pokemon easier.
/who_is_that_pokemon
The famous “Who’s that Pokemon” game from the franchise.
/poketwo
For guessing the Pokemon from Poketwo’s hint.
$<pokemon_name>
Send a sprite of a Pokemon.
$shiny <pokemon_name>
Send a shiny sprite of a Pokemon.
It is very simple. Just add him to your server, select a command from the Articuno list after typing the /
symbol, read the command description and you are good to go.
Beside slash command, Articuno also has some commands that have prefixed message command support. (You may wonder what is a prefixed message command? Remember the old time when slash command wasn’t a thing yet? You use bots with symbol and name like $
, .
, h!
, ?
.)
Type /help
to see a list of available slash commands.
Type $help
to see a list of available prefixed message commands.
First and always, API wrapper library. Being developed using Python, many developers will go with discord.py. We think discord.py is a good library, however, it violates the API and does not follow the API guild schema. With all of those reasons, we decided to follow interactions.py, a Python Discord API Wrapper, focusing on interaction based. A wrapper with proper Objects, Classes, and most importantly, interactions.py follows the API guide from Discord, which is a huge pro for the library itself.