Skip to content

Instantly share code, notes, and snippets.

View Neodevils's full-sized avatar
:fishsticks:
merged into fun

İbrahim Neodevils

:fishsticks:
merged into fun
View GitHub Profile
@Neodevils
Neodevils / reset.css
Created September 2, 2025 09:53
Simplest CSS reset by Kevin Powell
*, *::before, *::after {
box-sizing: border-box;
}
* {
margin: 0;
padding: 0;
font: inherit;
}
@Neodevils
Neodevils / update.js
Created November 28, 2025 16:19
Update your Discord app/bot is profile for global/server specific.
import { Client, Events, GatewayIntentBits } from "discord.js";
const BOT_TOKEN = ""; // Your Discord bot token
const GUILD_ID = ""; // Optional: target guild to clear overrides
const APP_AVATAR = ""; // Application avatar
const BOT_AVATAR = ""; // Bot avatar
const BANNER_URL = ""; // Application banner
const APP_BIO = ""; // App description