Skip to content
Advertisement

Tag: python

Printing variables and strings in Python

I am trying to print the following lines : ‘My name is John Smith.’ ‘My name is John Smith, and I live in CHICAGO’ and I live in chicago’ My code below : How can I get the results from the top? Answer Output: My name is john smith, and I live in chicago. I am 25 years old. By

Discord.py on_member_join not working, no error message

I am trying to make a discord bot with the Discord.py library. The commands with the @client.command() decorator work fine for me, but none of the event ones that I tried work. I would expect this to output to the terminal or in the channel id I put in, but nothing appears, not even an error message. *I used client.

Advertisement