"Report bots" tend to increase the chances in account terminations. Please refrain from using this Discord report bot as it is, once again, developed for educational purposes only. Nevertheless, if you use this, you are doing it at your own risk. You have been warned. Preview Usage Python...
Discord bot and management site. Contribute to sbhr/discord-bot development by creating an account on GitHub.
A bot for discord enabling event signups. Contribute to gsmcwhirter/discord-signup-bot development by creating an account on GitHub.
-t discord-bot --build-arg DISCORD_TOKEN=<token> $ docker run -it -p 8080:80 --name app discord-bot ...or without docker: $ dart pub get --offline $ dart compile exe lib/server.dart -o build/discord-bot $ TOKEN=<token> build/discord-bot ...or you can deploy to GCE (Google...
Repository files navigation README Discord basic bot 👋 Installation python 3.10 discord 2.1.0 BOT_TOKEN in run.py line 15 Features .ping .clear .avatar .kick .ban .userinfo .server .setnick .slowmode .al Authors @Frozuu AboutNo description or website provided. Topicspython...
Bootstrap your discord bot with blazingly fast speeds. create-discord-bot.github.io/ Topics nodejs javascript bot npm typescript discord discordjs swc Resources Readme License MIT license Activity Custom properties Stars 8 stars Watchers 3 watching Forks 0 forks Report repository Rel...
Example Discord bot written in Python that uses thechat completions APIto have conversations with thegpt-3.5-turbomodel, and themoderations APIto filter the messages. This bot uses theOpenAI Python Libraryanddiscord.py. Features /chatstarts a public thread, with amessageargument which is the firs...
A Discord bot for tracking hiscore changes in Old School Runescape (OSRS). The bot automatically shares skill levels, clue scroll completions, and boss KCs for players you track to create a close-knit OSRS Discord Community. Checkout osrsbuddy.com for more information and how to use it! Deve...
A Discord bot that allows for the democratic pinning of messages. - peterthehan/discord-starboard-bot
Java Discord Bot Setup Create an environment variable with the name DISCORD_BOT_TOKEN This project was built on Java 17 using Amazon Corretto 17 JDK. The bot is designed to run on a docker container. Build a Jar File make build Jar file will be located in build/libs directory. Run the ...