Skip to content

Instantly share code, notes, and snippets.

@DarkblooM-IO
DarkblooM-IO / undertale.py
Last active March 14, 2025 10:26
Undertale name prompt
#!/usr/bin/env python3
"""
Undertale name prompt
Copyright (C) 2025 ÐarkbloøM
All rights reserved.
"""
import re
FORBIDDEN = {
@DarkblooM-IO
DarkblooM-IO / utils.lua
Last active March 13, 2025 15:21
Lua library containing various useful functions and methods
--[[
Lua library containing various useful functions and methods
Copyright (C) 2025 ÐarkbloøM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@DarkblooM-IO
DarkblooM-IO / mathbot.py
Last active March 11, 2025 17:19
ASCIIMath to PNG Discord bot
#!/usr/bin/env python3
"""
ASCIIMath to PNG Discord bot
Copyright (C) 2025 ÐarkbloøM
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.