All Projects → iriie → maki

iriie / maki

Licence: MIT license
discord bot using rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to maki

Ellie
A bot for the Discord chat platform written in Rust with the Serenity library.
Stars: ✭ 14 (-17.65%)
Mutual labels:  discord-bot, serenity-rs
discljord
A Clojure wrapper library for the Discord API, with full API coverage (except voice, for now), and high scalability
Stars: ✭ 179 (+952.94%)
Mutual labels:  discord-bot
yumeko
Just an ordinary bot, where you hard copy the source you will get sin (maybe).
Stars: ✭ 23 (+35.29%)
Mutual labels:  discord-bot
DiscordWikiBot
Discord bot for Wikimedia projects and MediaWiki wiki sites
Stars: ✭ 30 (+76.47%)
Mutual labels:  discord-bot
FlareBot
A nice Discord bot made with JDA, FlareBot is a music and server administration bot along with a few other cool features
Stars: ✭ 39 (+129.41%)
Mutual labels:  discord-bot
pkmntcg-discord-bot
Discord bot for a Pokemon TCG server
Stars: ✭ 13 (-23.53%)
Mutual labels:  discord-bot
github-lines
A minimal and non-intrusive multi-platform bot to display lines from GitHub (or GitLab) links
Stars: ✭ 58 (+241.18%)
Mutual labels:  discord-bot
Azuma
A package that actually syncs your ratelimits across all your clusters on Discord.JS
Stars: ✭ 19 (+11.76%)
Mutual labels:  discord-bot
modmail.js
A Simple Discord Modmail Bot Template
Stars: ✭ 33 (+94.12%)
Mutual labels:  discord-bot
muser
Muser: A powerful Discord music bot made in DJs v13 managed by PGamerX, Peiprjs, and Luckie.
Stars: ✭ 66 (+288.24%)
Mutual labels:  discord-bot
DiscordTickets
A cool Discord bot to manage tickets on your server !
Stars: ✭ 46 (+170.59%)
Mutual labels:  discord-bot
hellsnakebot
🤖About A fully customizable bot built with discord.js
Stars: ✭ 14 (-17.65%)
Mutual labels:  discord-bot
Astro
🔎 Utilities made easy.
Stars: ✭ 22 (+29.41%)
Mutual labels:  discord-bot
LenoxBot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 218 (+1182.35%)
Mutual labels:  discord-bot
Nv7Haven
The server for Nv7Haven!
Stars: ✭ 18 (+5.88%)
Mutual labels:  discord-bot
Bifrost
Bifrost C2. Open-source post-exploitation using Discord API
Stars: ✭ 37 (+117.65%)
Mutual labels:  discord-bot
replbot
Slack/Discord bot for running interactive REPLs and shells from a chat.
Stars: ✭ 169 (+894.12%)
Mutual labels:  discord-bot
Discord-EmojiToRole
A discord.js bot that assigns roles based on reactions to a message.
Stars: ✭ 55 (+223.53%)
Mutual labels:  discord-bot
emojis
An emoji management bot for Discord.
Stars: ✭ 18 (+5.88%)
Mutual labels:  discord-bot
Discord-BOT-Dashboard
This version is outdated, please check out Discord BOT Dashboard v2
Stars: ✭ 32 (+88.24%)
Mutual labels:  discord-bot

maki (discord bot)

wip

bad bad code, do not use this as any sort of inspiration

why did i do this

ugh

how to use

make sure you have an env file in your root project directory that looks like this, obviously with everything filled out:

PREFIX=
BOT_TOKEN=
BING_MAPS_KEY=
DARK_SKY_KEY=

run on your own system:

> git clone && cargo run

or to run with docker:

> git clone
> docker build -t maki-bot .
> docker run maki-bot --env-file ./.env

other info

tested on windows 10 and linux, may or may not work on macos

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].