Skip to content
Snippets Groups Projects
Commit 31c341b1 authored by Reviath's avatar Reviath
Browse files

Update commands/banner.js

parent 7b1245b7
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ const Discord = require('discord.js');
module.exports.run = async (client, message, args) => {
let txt = args.join('+');
if(!args[0]) return message.channel.send("Lütfen yazı yazın!");
if(!args[0]) return message.channel.send("Please type something to use banner command");
let embed = new Discord.MessageEmbed()
.setColor("GREEN")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment