Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamushy authored Mar 24, 2022
1 parent 3892385 commit 0dd1a5f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ https://www.youtube.com/watch?v=b61kcgfOm_4

#### **Finalising code**
- Paste your bot token within the '' of the client.run('add your token here') line

```ruby
#enter within brackets, keep qoutes
client.run('add your token here')
```
- Copy the correct path by right clicking the file and clicking 'copy path' for the flooded.txt file
```ruby
#Line the needs to be replaced
#Line the needs to be replaced, keep qoutes and the r
await ctx.send(file=discord.File(r'enter you file path here'))
#example
await ctx.send(file=discord.File(r'C\flooded.txt'))
Expand Down

0 comments on commit 0dd1a5f

Please sign in to comment.