kkrypt0nn /
Python-Discord-Bot-Template
π A simple template to start to code your own and personalized Discord bot in Python
Loading repository dataβ¦
NicPWNs / repository
A simple Python package that returns random Unicode emojis. π
A simple Python package that returns random Unicode emojis. π
Like this repo? Give it a β on GitHub!
Install the package:
pip install random-unicode-emoji
No dependencies!
Use the package:
# Import the Library
from random_unicode_emoji import random_emoji
# Use the Function
print(random_emoji())
# Return Specific Count
print(random_emoji(count=3))
# Use Specific Version
print(random_emoji(version="15.0"))
# Append Custom Emoji
print(random_emoji(custom=['(Β° ΝΚ Ν‘Β°)','(β―Β°β‘Β°)β―οΈ΅ β»ββ»']))
# All Together Now
print(random_emoji(3, 15, ['(Β° ΝΚ Ν‘Β°)','(β―Β°β‘Β°)β―οΈ΅ β»ββ»']))
Upgrade the package to the latest version:
pip install random-unicode-emoji -U
Uses Unicode Standard Emoji from Unicode.org
4.0, 5.0, 11.0, 12.0, 12.1, 13.0, 13.1, 14.0, 15.0, 15.1, 16.0, 17.0 (latest)
Uses latest version by default.
This is the Python π version. There is also a JavaScript π and Rust βοΈ version.
Originally Inspired by randomEmoji.py
Selected from shared topics, language and repository descriptionβnot editorial ratings.
kkrypt0nn /
π A simple template to start to code your own and personalized Discord bot in Python
AlexFlipnote /
πΊ A simple discord bot that helps you getting started within discord.py
ChocoMeow /
Vocard is a simple music bot. It leads to a comfortable experience which is user-friendly, It supports Youtube, Soundcloud, Spotify, Twitch and more!
passivebot /
This repository hosts the Midjourney Automation Bot, a free script leveraging OpenAI's GPT-3 for automated image generation via Discord. It offers a simple web interface, customizable settings, and is MIT licensed for ease of use and adaptation.
Nirlep5252 /
A simple, multipurpose Discord bot.
modmail-dev /
This is a simple viewer for Modmail logs. It is designed to be self-hosted alongside your Modmail bot instance, allowing you to view your logs in a web interface.