Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Latest commit

 

History

History
50 lines (34 loc) · 1.22 KB

README.md

File metadata and controls

50 lines (34 loc) · 1.22 KB

QCBot

A Discord application to help manage voice model submissions in the AI HUB server.

qcbot_aero_github_banner

Workflow for submissions

Here's a simplified explanation of how the submissions review process works:

graph LR;

startProcess((Start)) ---> submit[//submit/] ---> check[//check/] & checkplus[//checkplus/] ---> approve[//approve/] & reject[//reject/];
approve ---> role[Role] ---> endProcess((End));
reject ---> endProcess;

subgraph 1;
submit;
end;

subgraph 2;
check & checkplus;
end;

subgraph 3;
approve & reject;
end;

subgraph 4;
role;
end;
Loading
  1. An applicant creates a submission.
  2. A controller retrieves the submission.
  3. The submission is reviewed by the controller.
  4. If approved, a special role is granted to the applicant.

Resources

Want to know how to use the bot in your own server or what its commands are? Check out QCBot's official wiki!

Special thanks

@RayTracerGC

@Eddycrack864

@SleepyYui

@AIHubCentral