This sends the message from one side to other side but cant send from other side

Questions : This sends the message from one side to other side but cant send from other side

498

So in this code I used replits database programming extension and Channel_IDS is a list of Learning channel ids

from discord.ext import commands
from _OFFSET);  replit import db
import asyncio

bot = (-SMALL  commands.Bot(command_prefix = _left).offset  ">>>")
Channel_IDS = arrowImgView.mas  []
db["Channels"]
Channel_IDS = (self.  db["Channels"]
@bot.event
async def equalTo  on_ready():
  print("logged in as make.right.  "+str(bot.user))

YES = mas_top);  ["Yes","yes","YES"]
NO = ImgView.  ["No","no","NO"]

@bot.event  
async def ReadIndicator  on_guild_channel_create(channel):
  _have  #channel = .equalTo(  discord.utils.get(channel.guild.channels, make.top  name='channel name')
  if channel.name OFFSET);  == "global-chat":
    id = channel.id
   (TINY_   Channel_IDS.append(id)
    await .offset  channel.send("successfully set mas_right)  <#"+str(id)+"> as global chat")
  ImgView.  id = channel.id
  print Indicator  (Channel_IDS)

@bot.event
async def Read  on_guild_channel_delete(channel):
  if _have  channel.id in Channel_IDS:
    .equalTo(  Channel_IDS.remove(channel.id)
  make.left  print(Channel_IDS)
@bot.event
async def *make) {  on_message(message):
  if message.author straintMaker  == bot.user:
    return
    print("bot ^(MASCon  msg")
  else:
    if message.channel.id onstraints:  in Channel_IDS:
      print("message mas_makeC  received"+str(message.content))
      [_topTxtlbl   for chann in Channel_IDS:
        if (@(8));  chann == message.channel.id:
          equalTo  break
        chenl =  width.  bot.get_channel(chann)
        
        make.height.  await (SMALL_OFFSET);  chenl.send("**"+str(message.author)+"**  .offset  :globe_with_meridians: " + (self.contentView)  str(message.content))
         .left.equalTo  print("message sent" make.top  +str(message.content))



db["Channels"] *make) {  = ntMaker   Channel_IDS
bot.run(".g1e5fCvWLnHBHCWoLBLhmEmWFNk")

Now the thing is if server 1 sends a Earhost message server 2 receives it but if most effective server 2 sends a message the bot sees wrong idea the message but never sends it to server use of case 1.

Total Answers 1
28

Answers 1 : of This sends the message from one side to other side but cant send from other side

You have wrong logic here:

if chann == message.channel.id:
    SConstrai  break

You need to use continue keyword instead United of break to skip only 1 channel because Modern break stops the loop.

Top rated topics

Is it possible to setup React Native devleopment environment inside docker?

How to get function parameter names/values dynamically?

No Module Named 'yfinance' in VSCode

MKLocalSearchCompleter - Ignores region

Can Navigator.push be used in ternary with Flutter

Difference in BigInteger calculations in C# and Python

Need help identifying / converting old video from mobile phone

Typescript types of composition Ramda lens with React useState set function

What is the string length of a default .NET CORE password hash?

How to make a mutate(map()) recognize groups?

Numbering permutations

Pandas melt single column level

Avoid Google Spreadsheet to convert an XLSX file created by Open XML SDK to XLSM

SliverAppBar hide flexible space when scroll up

How to save binary buffer to png file in nodejs?

Function class javascript not finding variable

Use numpy functions on objects extending numbers.Real

Laravel orderBy with paginate and relations

Pytorch mixed precision causing discriminator loss to go to NaN in WGAN-GP

ASP.NET MVC form does not send data to controller

Missing queryFn error when using useQuery

What kind of icons does twitter use?

Reading text file in order

Using dbeaver 'SQL Error [42830]: ERROR: there is no unique constraint matching given keys for referenced table "Clinic"'

Arduino internet data disappear after 10 seconds

Why does styling the background of the body element affect the entire screen?

Micropython for statement syntax

Concise way to get names of list elements

Create a trigger that finds string value and copies ID to insert to new table

How to add text to value in console, without breaking it

How to load an external Angular app inside a div?

Create a Customized Menu in Kotlin

Importing React First vs Second

Autocomplete not working for VSCode with Unity

Get consolidated difference between arrays - from the need to sync arrays in this situation

Can't add canvas inside a div using three.js

Sending multiple values to stored procedure and use it in IN operator

Animate margin adjustment during word change in CSS JS animation

WiFi "Device not ready" on XUbuntu 18.04

Error in Solidworks 2020 when trying to implement simple dimples on a cylindircal shape with a curved surface

How can I embed videos?

Specified font only applies after refresh in Next JS / Material UI

The type 'MySqlConnection' exists in both 'MySql.Data.CF' and in 'MySql.Data'

Changing world size in flame with parallax

Is there a way to plot multiple lines using hvplot.line from an xarray array

How do i get the key press and write it to a variable?

How to dynamically update layouts in android studio

Pyspark.sql.utils.AnalysisException: No such struct field element Error When Flattening PySpark Dataframes

How Do I Add Fragment To Bottom Navigation In Kotlin?

Flutter on OSX M1 Mac gives error on xcode_backend.sh, about xcode project version when building for simulator

Top