Compare commits
2 Commits
47a03898cc
...
11b3504f28
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11b3504f28 | ||
|
|
14171a9c13 |
@@ -37,7 +37,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update wiki
|
- name: Update wiki
|
||||||
run: |
|
run: |
|
||||||
cp -r home.md wiki/
|
cp -r home.md wiki/Home.md
|
||||||
cd wiki
|
cd wiki
|
||||||
git config user.name "gitea-actions"
|
git config user.name "gitea-actions"
|
||||||
git config user.email "gitea-actions@cusano.net"
|
git config user.email "gitea-actions@cusano.net"
|
||||||
|
|||||||
@@ -4,6 +4,9 @@ import {
|
|||||||
} from "../../modules/mongo-wrappers/mongoConfigWrappers.mjs";
|
} from "../../modules/mongo-wrappers/mongoConfigWrappers.mjs";
|
||||||
import { ActivityType, PresenceUpdateStatus, Client } from "discord.js";
|
import { ActivityType, PresenceUpdateStatus, Client } from "discord.js";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Control the presence or activity of the discord bot.
|
||||||
|
*/
|
||||||
class PresenceManager {
|
class PresenceManager {
|
||||||
/**
|
/**
|
||||||
* Creates an instance of PresenceManager.
|
* Creates an instance of PresenceManager.
|
||||||
|
|||||||
Reference in New Issue
Block a user