https://github.com/nottherealtar/tarsonlinecogs
👥Open-Source RedV3Framework ⚙️ Cogs for CofeeBot | AI 🤖
https://github.com/nottherealtar/tarsonlinecogs
cogs cogs-red-discordbot commands discord-bot discord-py discordai discordai-helper redbot-cogs redbotv3 redv3 redv3framework
Last synced: about 2 months ago
JSON representation
👥Open-Source RedV3Framework ⚙️ Cogs for CofeeBot | AI 🤖
- Host: GitHub
- URL: https://github.com/nottherealtar/tarsonlinecogs
- Owner: nottherealtar
- License: apache-2.0
- Created: 2023-11-06T15:56:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T19:23:48.000Z (6 months ago)
- Last Synced: 2025-04-14T23:09:53.791Z (about 2 months ago)
- Topics: cogs, cogs-red-discordbot, commands, discord-bot, discord-py, discordai, discordai-helper, redbot-cogs, redbotv3, redv3, redv3framework
- Language: Python
- Homepage: http://github.tarsonlinecafe.rocks/
- Size: 318 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
v3 Cogs for Red-DiscordBot by nottherealtar[](http://hits.dwyl.com/nottherealtar/TarsOnlineCogs)
> # 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](https://discord.gg/CsR9zECCQt)
> # Current Available Cogs
- `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` ***
> ## Open Source and available to the public, please credit where due.
> # Installation:
1. Download the latest releases from [here](https://github.com/nottherealtar/TarsOnlineCogs/)
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 `
- `[p]load `
***> ## To-Do Cogs
- `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` ***
> ## 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
```