Skip to content

Instantly share code, notes, and snippets.

View leduyquang753's full-sized avatar

Lê Duy Quang leduyquang753

View GitHub Profile
@leduyquang753
leduyquang753 / Suggestian.py
Created February 3, 2018 14:54
A Discord bot that does the suggestions management
# 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
@leduyquang753
leduyquang753 / slang_it.py
Last active August 20, 2022 14:48
A Discord bot that explains the most common chat acronyms.
import discord
from discord.ext import commands
import asyncio
enabled = True
Slang = {
"RN": "Right now",
"BTW": "By the way",
"AAF": "Always a friend",