Skip to content

Latest commit

 

History

History
84 lines (71 loc) · 4.73 KB

README.md

File metadata and controls

84 lines (71 loc) · 4.73 KB

Raiden Shogun Discord Bot

A new Genshin Impact Discord bot, using Dpp version 10.0.20

Codacy Badge GitHub issues GitHub license Discord
GitHub stars GitHub forks

📝 About this project

  • This project is owned by @harshfeudal. You can join my Discord server here!
  • This respiratory is under-construction! I'll update it as soon as possible.
  • I'm not highly recommended you to use C++ to code a Discord bot, instead of JavaScript or others library. To know how's this project works, you should learn some basics about C++ so that you can know what I am doing.

📚 Libraries and version

These are libraries that we're using in this project:

  • Dpp - version 10.0.20 (latest)
  • Spdlog - version 1.10.0 (latest)

Bot current version:

  • BETA version - 0.1.2.324 (Release)
  • Stable version - Unknown

🚨 Generate and use

This project was made by Visual Studio, so basically you cannot see my .sln file to open because I have ignored it. To use this project, you should generate it by using Premake.

So basically, I have written premake5.lua for generating it (still working with that file, I'll finish it ASAP). Here are these steps:

  1. Download premake5.exe from their website
  2. Open the correct folder that you've downloaded this project, put that premake5.exe file into this project (put that file where you can see the Raiden Shogun.rc located)
  3. On the navigation bar, for example D:/Harshfeudal/Raiden Shogun/, clear all and type cmd on that, then enter and the terminal will release
  4. On that terminal, type:
$ premake5 vs[version]

Example: If you're using Visual Studio 2022 like me, just do like this:

$ premake5 vs2022
  1. Rename the .example.config.json file to config.json. Add your bot token and client secret in that file:
{
   "token": "[add your bot token in here]",
   "client_secret": "[add your bot secret in here]"
}
  1. Build, run, and enjoy!

📜 Some notes

This project is currently support for who is in these cases:

  • Microsoft Windows 10 x64
  • Visual Studio platform x64
  • C++ 17 ISO/IEC 14882
  • Please install .dll files on dpp page and put it near your .exe executable file so that it will run well

Other cases may not compile or crash occurs.

👷 Code platform

  • Visual Studio Enterprise 2022
  • Visual Studio Code

💎 Future plan

  • Add premake5.lua
  • CMake support soon!
  • Code works well (currently)

🤝 Support me

💻 Contribution and Pull Request

I'd probably glad to see if you have anything new to help and support me. To do that, please make one and before you do that, just make sure you've tested the code by using your bot. I won't bite you if you do wrong, but just make sure that you need to test it clearly before I merge it.

💖 Special thanks

  • My bot avatar artist (Please contact me if you're the owner of that avatar so that I can link your resource).
  • Genshin Impact game for character name (Raiden Shogun)
  • My companions on D++ Discord server!
  • My friends
  • And you too, for staring this project and encourage me to do it!