New to Sapphire! Where should I start?
Hey! I've been developing Discord bots with discord.js for over two years now and I've recently made the jump to Sapphire and TypeScript. Where should I start? I am reading the guide to get an idea of how the framework works but I'd really appreciate any tips or guidance on what my next steps should be. Thank you very much in advance 🫶
3 Replies
I suppose you can look at some of the existing bots but other than that there isn't much more available other than making your own bot
Discord bots that use @sapphire/framework v4
- Official Bot Examples ᴱ ᴰ ᴶˢ
- Gemboard á´± á´°
- Dragonite á´± á´°
- Radon á´± á´¬
- Sapphire Application Commands Examples á´±
- Archangel á´± á´°
- Zeyr á´° á´¬
- Birthdayy á´°
- KBot á´± á´¬ á´°
Discord bots that use @sapphire/framework v3
- Arima á´±
- Nino á´± á´°
- Operator á´± á´¬ á´°
- Spectera á´¬
Discord bots that use @sapphire/framework v2
- Materia á´±
- RTByte á´± á´¬
- Skyra á´¬ á´°
- YliasDiscordBot á´¬
á´±: Uses ESM (if not specified then uses CJS)
á´¬: Advanced bot (if not specified it is a simple bot, or not graded)
á´°: Uses Docker in production
ᴶˢ: Written in JavaScript. If not specified then the bot is written in TypeScript.
Thank you! I will check those bots and start coding right away