v3 Cogs for Red-DiscordBot by nottherealtar
Welcome to my repo of weird and wacky ducktaped together cogs for Red-DiscordBot. This is a collection of cogs that I have made over time, some of them are just fun little projects or things I've found.
Dev server: Join here
assky
~Sends a random ascii emoji
cafewelcome
~Welcomes users with the BytesToBits' image generation.
coffee
~Coffee bot brews you or a friend, a fresh cup of coffee!
howcracked
~ArE yOu EvEn CrAcKEd BrO?!
passgen
~Generates an 8 character password and sends via DM's
projectpost
~Easy embeds, easy project posts
scanner
~Using AltDentifier, auto scan members
teachme
~Random Wise quotes sent on command
thankyou
~Thank you for the coffee, coffee-bot <3
- Download the latest releases from here
Installing them via the downloader/cog-manager cog assuming you have installed that as required.
[p]repo add TarsOnlineCafe https://github.com/nottherealtar/TarsOnlineCogs
[p]cog install TarsOnlineCogs <cog>
[p]load <cog>
giveaway
~Givesaways are coming soon!
meme
~Makes memes with images in chat
rolechecker
~Checks if roles exist and assigns them
serverinfo
~Shows server info in chat. Very detailed server info and chat info.
githubstats
~Sends & displays all kinds of github info
📦 TarsOnlineCogs
├─ .vscode
│ └─ settings.json
├─ InfiniCount
│ ├─ __init__.py
│ ├─ infinicount.py
│ └─ info.json
├─ LICENSE
├─ README.md
├─ [WIP]coffeecommits
│ ├─ __init__.py
│ ├─ coffeecommits.py
│ └─ info.json
├─ [WIP]freshtechafrica
│ ├─ __init__.py
│ ├─ freshtechafrica.py
│ └─ info.json
├─ [WIP]varyquote
│ ├─ __init__.py
│ ├─ info.json
│ └─ varyquote.py
├─ assky
│ ├─ __init__.py
│ ├─ assky.py
│ └─ info.json
├─ cafewelcome
│ ├─ __init__.py
│ ├─ cafewelcome.py
│ ├─ data
│ │ ├─ IBM-Courier-Bold-COPYRIGHT.txt
│ │ ├─ IBM-Courier-Bold.ttf
│ │ ├─ pixelscr-source-altsys.png
│ │ ├─ pixelscr-source.txt
│ │ └─ pixelscr.ttf
│ └─ info.json
├─ coffee
│ ├─ __init__.py
│ ├─ coffee.py
│ └─ info.json
├─ coffeeinfo
│ ├─ __init__.py
│ ├─ coffeeinfo.py
│ └─ info.json
├─ coffeestatus
│ ├─ __init__.py
│ ├─ coffeestatus.py
│ └─ info.json
├─ count4u
│ ├─ __init__.py
│ ├─ count4u.py
│ └─ info.json
├─ howcracked
│ ├─ __init__.py
│ ├─ howcracked.py
│ └─ info.json
├─ howgay
│ ├─ __init__.py
│ ├─ howgay.py
│ └─ info.json
├─ passgen
│ ├─ __init__.py
│ ├─ advpassgen.py
│ ├─ info.json
│ └─ passgen.py
├─ projectpost
│ ├─ __init__.py
│ ├─ info.json
│ └─ projectpost.py
├─ scanner
│ ├─ __init__.py
│ ├─ info.json
│ └─ scanner.py
├─ suggestme
│ ├─ __init__.py
│ ├─ info.json
│ └─ suggestme.py
├─ teachme
│ ├─ __init__.py
│ ├─ info.json
│ └─ teachme.py
└─ thankyou
├─ __init__.py
├─ info.json
└─ thankyou.py