client.send_message(message.channel,'{} has been added to your aliases'.format(byteify(alias)))
send_message(client,message.channel,'{} has been added to your aliases'.format(byteify(alias)))
else:
client.send_message(message.channel,'Something horrible happened and it is all your fault, try logging out / on again or play a game. (or fuck off i dunno i\'m just an error message. Who am I to tell you how to run your life...)')
send_message(client,message.channel,'Something horrible happened and it is all your fault, try logging out / on again or play a game. (or fuck off i dunno i\'m just an error message. Who am I to tell you how to run your life...)')
client.send_message(message.channel,'Below is a list of people who have played {} and the number of times they have launched the game:'.format(byteify(game_name),))
send_message(client,message.channel,'Below is a list of people who have played {} and the number of times they have launched the game:'.format(byteify(game_name),))
@@ -574,7 +557,7 @@ You will be contacted if you win. To win you must purchase tickets with the !buy
You can get extra credits by playing !slots <amount> and !bet <amount> on BlackJack.
**Disclaimer:** *If anything should go wrong you get no refund and there is no guarantee or warrantee on anything. 1 prize per person no matter how many tickets you have.*
client.send_message(message.channel,'git gud {}! My source is here: http://git.savsoul.com/barry/discordbot\nVersion: {}'.format(message.author.mention(),VERSION))
send_message(client,message.channel,'git gud {}! My source is here: http://git.savsoul.com/barry/discordbot\nVersion: {}'.format(message.author.mention(),VERSION))