Giter VIP home page Giter VIP logo

raiden-shogun's Introduction

Raiden Shogun Discord Bot

A new Genshin Impact Discord bot, using Dpp version 10.0.21

Codacy Badge GitHub issues GitHub license Discord
Contributor Covenant GitHub stars GitHub forks Release

πŸ“ About this project

  • This project is owned by @harshfeudal. You can join my Discord server here!
  • This repository is under-construction! I'll update it as soon as possible.
  • I'm not recommending you to use C++ to code a Discord bot, instead of JavaScript or others library. To know how 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:

Bot current version:

  • BETA version - 0.1.6.0 (x64 Release)
  • Stable version - Unknown (Will be officially released on late December if possible, or at final BETA version - v0.1.9.0)

For downloading latest version, please click here.

🚨 Generate and use

This project was made using Visual Studio, so basically you cannot see my .sln files 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. Here are these steps:

  1. Download premake5.exe from their website
  2. Open the folder where you downloaded this project onto, put the premake5.exe file into this project (Insert the file to the directory where Raiden Shogun.rc is 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 it 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!

New version note: Please add your token after you encrypt it into Base64. For encryption, you can use online Base64 converter or use my library!

πŸ“œ Some notes

This project only supports:

  • 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

In other cases it crashes or doesn't compile.

πŸ‘· Code platform

  • Visual Studio Enterprise 2022
  • Visual Studio Code

πŸ’Ž Future plan

  • CMake support soon!
  • Add premake5.lua
  • 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 it wrong, but just make sure that you have 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!
  • Diego HautamΓ€ki for fixing the grammar
  • My friends
  • And you too, for staring this project and encouraging me to do this!

raiden-shogun's People

Contributors

harshfeudal avatar veryholycheeeese avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.