skip to Main Content

RuntimeWarning , RuntimeError (Python Al Chat Bot on Discord Server) – Artificial Intelligence

My Aim: Be able to integrate Al Chatbot and Discord import nltk nltk.download('punkt') from nltk.stem.lancaster import LancasterStemmer stemmer=LancasterStemmer() import numpy import tflearn import tensorflow import random import json import pickle import nest_asyncio import asyncio #--------------------------------------------------------------------------- import discord import os with…

VIEW QUESTION

World list in message.content – Telegram API

Hello i'm trying to make a custom bot for telegram in Python. i'm looking to use a world list combined with in message content. world_list = ['home', 'house', 'maison'] @client.listen('on_message') async def on_message(message): if message.content in world_list: await message.channel.send("i'm coming…

VIEW QUESTION
Back To Top
Search