Skip to content

Commit c14cdad

Browse files
Techbot121Meta Construct
authored andcommitted
make this public so you can trigger it more easily
1 parent 8ada510 commit c14cdad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/services/Motd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export class Motd extends Service {
153153
this.lastimages = [];
154154
}
155155

156-
private async executeMessageJob(): Promise<void> {
156+
async executeMessageJob(): Promise<void> {
157157
if (this.messages.length <= 0) return;
158158

159159
const msg: string = this.messages[(Math.random() * this.messages.length) | 0];

0 commit comments

Comments
 (0)