mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-10-31 08:32:18 +01:00
Remove unused suffix from message_reply placeholder
This commit is contained in:
parent
383a7ad97a
commit
f6f16ddbec
@ -255,7 +255,7 @@ public class ReceivedDiscordMessageImpl implements ReceivedDiscordMessage {
|
||||
//
|
||||
|
||||
@Placeholder("message_reply")
|
||||
public Component _reply(BaseChannelConfig config, @PlaceholderRemainder String suffix) {
|
||||
public Component _reply(BaseChannelConfig config) {
|
||||
if (replyingTo == null) {
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user