Skip to content
Tucker edited this page Nov 7, 2021 · 59 revisions

Welcome to the ICARUS wiki!

Version Python IIF Logo Author Last Commit Stars

ICARUS is a Discord bot made using the Discord.py library, custom built for the Invictus Intergalactic Federation, a Star Citizen organization focused on community, comradery, and gameplay.

It was created by Turtle-12, with special thanks to Terra, Majestic, and INVFED Command.

Feel free to check out the bot in action on the INVFED Discord. For the time being, the bot source code will remain private for security reasons.


Table of Contents:


How to Use:

Within the INVFED server, use !help to bring up the built-in help command, where you can see all commands and brief descriptions. Specify a command after using !help to get the command-specific help page, i.e. !help COMMAND. This will let you see a full description, along with all parameters of the command.

There are several ways that ICARUS can interact with users and the server. Some of these actions are passive, these are known as Events, and do not require a human to specify anything. On example of a @bot.event is a user joining the server. More importantly, there are assertive actions, these are known as Commands and require a human to specify the command that they wish to use, any information the command requires, and meet all the prerequisites needed to use the command. For example, starting an interview would be done with INTERVIEW_COMMAND, however, it must be in a specific channel and the member must have a specific role for it to function.

To learn more about how Discord handles commands and events, visit here.
To learn more about the events included in ICARUS, visit the Events page.
To learn more about the commands included in ICARUS, visit the Commands page.


About INVFED:

Invictus Intergalactic Federation is an organization for the game Star Citizen. They maintain an active and diverse Discord server, allowing for ICARUS to truly be put to use.

Please visit the Invictus Intergalactic Federation website for more information. You can also learn more about organizations and what the organization is all about on the INVFED RSI page or by joining the INVFED server by using this Discord server invite.

Clone this wiki locally