Parent Directory
|
Revision Log
|
Patch
revision 124 by rakin, Mon Jul 29 17:28:41 2024 UTC | revision 214 by rakin, Mon Jul 29 17:29:03 2024 UTC | |
---|---|---|
# | Line 30 class Logger { | Line 30 class Logger { |
30 | } | } |
31 | } | } |
32 | ||
33 | log(guild: Guild, callback: (channel: TextChannel) => any) { | |
34 | this.channel(callback, { guild }); | |
35 | } | |
36 | ||
37 | logEdit(oldMsg: Message, newMsg: Message) { | logEdit(oldMsg: Message, newMsg: Message) { |
38 | this.channel(async (channel) => { | this.channel(async (channel) => { |
39 | await channel.send({ | await channel.send({ |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |