1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 04:11:00 -04:00

Use 'Discord Moderator Ticket' instead.

This commit is contained in:
toast-ts 2024-03-25 05:55:28 +11:00
parent 44c01c8733
commit cac5746280

View File

@ -25,6 +25,6 @@ export default class FAQHelper {
) )
public static readonly linkMapping = { public static readonly linkMapping = {
ballyspring: 'https://www.farming-simulator.com/mod.php?mod_id=270745', ballyspring: 'https://www.farming-simulator.com/mod.php?mod_id=270745',
staffTicket: 'https://discord.com/channels/468835415093411861/942173932339986472/1054128182468546631', staffTicket: 'https://discord.com/channels/468835415093411861/942173932339986472/1054129985788596385',
} }
} }