mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-25 05:57:06 +00:00
implemented contact command and added check if the thread already exists
added anon reply command
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package dev.sheldan.abstracto.core.utils;
|
||||
|
||||
public class ChannelUtils {
|
||||
|
||||
private ChannelUtils() {
|
||||
|
||||
}
|
||||
|
||||
public static String buildChannelUrl(Long serverId, Long channelId) {
|
||||
return String.format("https://discordapp.com/channels/%s/%s/", serverId, channelId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user