Difference between revisions of "Discord bot"

From Earlham CS Department
Jump to navigation Jump to search
m
m
Line 7: Line 7:
 
Documents are available on the [https://gitlab.com/unh-discord/ops/-/wikis/home UNH project wiki], though we may begin building a local knowledge base separate from it.
 
Documents are available on the [https://gitlab.com/unh-discord/ops/-/wikis/home UNH project wiki], though we may begin building a local knowledge base separate from it.
  
The bot starts through systemd so that it runs in the background. This also means that, for example, you can get the status by running <code>service discord_ops status<code>.
+
The bot starts through systemd so that it runs in the background. This also means that, for example, you can get the status by running <code>service discord_ops status<code> .

Revision as of 13:00, 4 August 2020

To help manage classes, Earlham CS runs a Discord bot originally developed by the University of New Hampshire.

Code is available to faculty in our GitLab instance.

The bot is hosted on the CS web server (same place as this wiki).

Documents are available on the UNH project wiki, though we may begin building a local knowledge base separate from it.

The bot starts through systemd so that it runs in the background. This also means that, for example, you can get the status by running service discord_ops status .