Removed useless newline
This commit is contained in:
parent
c5015145b2
commit
2cff5fa762
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ func messageCreate(session *discordgo.Session, message *discordgo.MessageCreate)
|
||||||
urls := rxStrict.FindAllString(message.Content, -1)
|
urls := rxStrict.FindAllString(message.Content, -1)
|
||||||
if len(urls) > 0 {
|
if len(urls) > 0 {
|
||||||
response := discordgo.MessageSend {
|
response := discordgo.MessageSend {
|
||||||
Content: "Woah there partner! I detect some services that aren't very privacy friendly. Let me help you with that!\n",
|
Content: "Woah there partner! I detect some services that aren't very privacy friendly. Let me help you with that!",
|
||||||
Reference: message.Reference(),
|
Reference: message.Reference(),
|
||||||
Files: []*discordgo.File{},
|
Files: []*discordgo.File{},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue