Aethel Bot OSS repository! aethel.xyz
bot fun ai discord discord-bot aethel
at dev 991 B view raw
1<!doctype html> 2<html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <link rel="icon" type="image/png" href="/bot_icon.png" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 <title>Aethel</title> 8 <meta name="description" content="A powerful and cute Discord bot that brings AI chat, weather updates, Wikipedia search, reminders, and fun commands to your DMs and guilds!" /> 9 <meta name="keywords" content="discord bot, ai chat, weather bot, reminder bot, discord commands, wikipedia search, pet images" /> 10 <meta name="author" content="Aethel Labs and scanash00" /> 11 <link rel="preconnect" href="https://fonts.googleapis.com"> 12 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> 13 <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> 14 </head> 15 <body> 16 <div id="root"></div> 17 <script type="module" src="/src/main.tsx"></script> 18 </body> 19</html>