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

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

License

Notifications You must be signed in to change notification settings

Antasma245/QCBot

Folders and files

NameName
Last commit message
Last commit date
Jun 20, 2024
May 10, 2024
May 10, 2024
May 9, 2024
May 3, 2024
Jun 21, 2024
May 4, 2024
May 4, 2024
Aug 14, 2024
Aug 14, 2024
May 4, 2024

Repository files navigation

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:

Loading
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;
  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

About

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

Resources

License

Stars

Watchers

Forks