Hey, maybe you can use syntax highlighting and format the code properly using-
```py
print(“this is some code”)
```
This gets rendered as-
print("this is some code")
Formatting it might help us in helping you figure out the error.
I guess the issue here is that the await message.channel.send (‘Hi!’) isn’t inside the on_message function block. There should be 2 indents there