Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kosugikun committed Oct 11, 2023
2 parents 898f5a8 + 68b8210 commit db97213
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class MessageListener(private val bot: Bot) : ListenerAdapter() {

// URLを置き換え
msg = msg.replace("(http://|https://)[\\w.\\-/:#?=&;%~+]+".toRegex(), "ゆーあーるえる")
message.getStickers().forEach { sticker -> msg += " " + sticker.getName() }
if (textChannel === settingText) {
val settings = bot.settingsManager.getSettings(guild)
if (settings.isReadName()) {
Expand Down

0 comments on commit db97213

Please sign in to comment.