]> ruin.nu Git - NDIRC.git/blobdiff - DiscordContext.pm
Handle scan requests
[NDIRC.git] / DiscordContext.pm
index 8de77c09c17cc2ff37052d3959c3b2686dbf6802..c6e4959a2343c2e700661dc33c8f5096da0f142e 100644 (file)
@@ -57,6 +57,11 @@ sub message {
        $self->bot->discordMessage($target, $msg ); # Send the response.
 }
 
+sub replyId {
+       my $self = shift;
+       return "D-".$self->channel_id;
+}
+
 sub _build_uid {
        my ($self) = @_;