i am makin a discord bot to ask question from wikipedia .
Its doesnt allow me to ask questions from the command how do i do this
Voters
robowolf (435)
When assigning a value to a variable use =
instead of ==
.==
is a comparator.
LionelNoronha (0)
@robowolf thx but i realized that i wasnt callin the right command in discord instead of $test i did $search XD
When doing
answer == wikipedia.summary(search1)
you want to make it just 1 equal sign because two of them are saying if you should do something, so change your variables to only one equal sign.