Skip to content

Discord Bot made on C#, DSharp, MySQL that gives Welkin Moon in genshin for free

License

Notifications You must be signed in to change notification settings

MentallyStable4sure/Eremite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Discord Bot with MySQL DB on DSharpPlus [.NET 7]

2nd version of an old mini-games Genshin bot. .NET 7+ is required. Pull requests are welcomed.


Documentation

Invite Bot or mess with the bot in our server #bot-commands


This bot is a basically a DEMO-version (limited)

Actual Eremite APP is avaliable in our Launcher. Bot functions:

  • Gift Welkin Moon in Genshin Impact
  • Pull characters
  • Sacrifice characters
  • Earn pills/primogems/mora
  • Set main character/receive buffs
  • Go on an Adventures
  • Do dailies

How to setup

  • Open startup_config.json and edit token from your applications developer portal
  • Open dbconfig.json and edit with your mysql database credentials (you can use MAMP if you just want to test it locally or phpmyadmin)

CONFIGS NOTE: If you want to test server build navigate to releases since build already has all the configs in json, but if u want to start it as a project (in debug mode for example), you gotta move this juicy config folder into /bin/debug(or release)/net8.0/

Want a custom DB?

CUSTOM DB NOTE: If you want to use something other beside MySQL (MSSQL/PostgreSQL/REST/etc.) feel free to modify DbConnector.cs, QueryHandler.cs and DatabaseConfig.cs since those are the connector and the db credentials model


Credits

Thanks to @Escartem for French localization. Thanks to Enka.Network for API provided, and DevilTakoyaki for materials provided.