The Wayback Machine - https://web.archive.org/web/20220709175756/https://github.com/topics/discord-chat
Here are
15 public repositories
matching this topic...
A reactive take on the ECS pattern for .net game developers
Like Discord, but more customizable.
Updated
Apr 6, 2022
TypeScript
A simple Discord chat guard bot.
Updated
Jun 22, 2021
JavaScript
A discord chat bot and docker controller to create game servers easily.
Discord themed WebSocket chat
A Discord ↔️ Minecraft Server Chat exchanger
Updated
Jun 22, 2022
Java
Chrome extension that spams reactions on every message in a Discord channel.
Updated
Jun 21, 2022
JavaScript
A very simple code to make your own 24/7 AI Chat Bot that talks like humans and can answer all of your questions except some dum one's...
Updated
Oct 21, 2021
JavaScript
A discord chat-filter bot for use with PogoDev's discord server.
Updated
Aug 28, 2016
Python
Twiscord syncs your Twitch channel's chat with a Discord channel's chat, both ways. This is simple to do unidirectional with webhooks, but for bidirectional this is a challenge.
Updated
Oct 20, 2020
Python
This bot displays latest news from threatpost and posts it into a discord chat of your choosing
Updated
Sep 30, 2020
Python
Leviathan Discord AND Twitch Bot
An extensible discord chat exporter made in NodeJS
Updated
Jun 25, 2022
JavaScript
Discord themed WebSocket chat
Improve this page
Add a description, image, and links to the
discord-chat
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
discord-chat
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Right now you get things like:
1-SomeLevel.json
10-SomeOtherLevel.json
2-Level2.json
3-Level3.json
...
because the filenames are alphabetically instead of naturally sorted. There is lots of old advice on how to do this floating around using P/Invoke and a Windows XP-era DLL. This is not how we should do it - we need to find a cross-platform and modern solution.