This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# the SUGGESTIAN | |
# This is a Discord bot written in Python, with the mission to conquer all the suggestions of a Discord server. Did you know? He comes from a nation called Suggest! | |
# ------- What it does -------- | |
# Let's say you have a #suggestions channel on a Discord server. Using this bot, a voting system will be created. It will tell a certain member of the server if a certain upvotes or downvotes are received. | |
import discord | |
from discord.ext import commands | |
import asyncio |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import discord | |
from discord.ext import commands | |
import asyncio | |
enabled = True | |
Slang = { | |
"RN": "Right now", | |
"BTW": "By the way", | |
"AAF": "Always a friend", |
NewerOlder