Skip to content

nottherealtar/TarsOnlineCogs

Repository files navigation

v3 Cogs for Red-DiscordBot by nottherealtar

Views

TarsOnlineCogs

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

Current Available Cogs

  • assky~ Sends a random ascii emoji Cog Passing
  • cafewelcome~ Welcomes users with the BytesToBits' image generation. Cog Passing
  • coffee~ Coffee bot brews you or a friend, a fresh cup of coffee! Cog Passing
  • howcracked~ ArE yOu EvEn CrAcKEd BrO?! Cog Passing
  • passgen~ Generates an 8 character password and sends via DM's Cog Passing
  • projectpost~ Easy embeds, easy project posts Cog Passing
  • scanner~ Using AltDentifier, auto scan members Cog Passing
  • teachme~ Random Wise quotes sent on command Cog Passing
  • thankyou~ Thank you for the coffee, coffee-bot <3 Cog Passing

Open Source and available to the public, please credit where due.

Installation:

  1. Download the latest releases from here By 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>
***

To-Do Cogs

  • giveaway~ Givesaways are coming soon! Cog ToDo
  • meme~ Makes memes with images in chat Cog ToDo
  • rolechecker~ Checks if roles exist and assigns them Cog ToDo
  • serverinfo~ Shows server info in chat. Very detailed server info and chat info. Cog ToDo
  • githubstats~ Sends & displays all kinds of github info Cog ToDo

Cool Useless Tree Directory

📦 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