User Profile

Collapse

Profile Sidebar

Collapse
DragonHawk
DragonHawk
Last Activity: Sep 22 '20, 09:26 PM
Joined: Sep 21 '20
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • elif message.content .startswith('ho w do I change my morphs'):
    help_channel = client.get_chan nel(75699792452 4654613)
    await help_channel.se nd('To change your morphs go to the shrine of Stendarr in Elden Root Grahtwood and make a donation')
    This was the way I did it but tried the one above to no luck.
    See more | Go to post

    Leave a comment:


  • how would I write that in this instance?
    It is an answer bot for discord and it is checking a channel message for a word to give an answer....witho ut the bot ansering its self in a loop. the way I was doing it was only if I get exact phrase using this.
    elif message.content .startswith('in vite'):
    if message.author == client.user: return
    help_channel = client.get_chan nel(75699792452 4654613)
    ...
    See more | Go to post

    Leave a comment:


  • DragonHawk
    started a topic discord question answering bot using keywords

    discord question answering bot using keywords

    I am trying to make a bot that checks a message for a key word then answers the question in the same channel. So far I have to have the exact phrase when I use
    elif message.content .startswith('ho w do I do this')
    is there a way I could detect one of the words in the string
    See more | Go to post
No activity results to display
Show More
Working...