Rabinowitz

Rabinowitz (also Rabinowicz) (רבינוביץ), is a Polish Ashkenazi Jewish surname, Slavic for "son of the rabbi". The Russian equivalents are Rabinovich or Rabinovitch.

It may refer to:

People

Other

gollark: ++magic py ctx.guild.voice_client.disconnect()
gollark: Ah, it hasn't joined as a *speaker*.
gollark: Did it crash horribly in another thread?
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice = await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))vc = await voice.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```
gollark: ++magic py```pythonfrom voice import HTTPSourcevoice = await bot.fetch_channel(826924583466172453)thing_url = util.config["radio_urls"].get("main", None)if thing_url == None: return await ctx.send(embed=util.error_embed("No such radio thing."))existing = ctx.guild.voice_clientif existing: await existing.disconnect()vc = await voice.channel.connect()src = HTTPSource(thing_url)await src.start()vc.play(src)```

See also

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.