2013 supranational electoral calendar

February

October

  • Security Council

November

gollark: ++magic py ```pythonif bot.voice: await bot.voice.disconnect()bot.voice = await ctx.author.voice.channel.connect()source = discord.FFmpegOpusAudio("http://localhost:7778/", codec="opus", before_options="-itsoffset -1.0")bot.voice.play(source)```
gollark: ++magic py ```pythonif bot.voice: await bot.voice.disconnect()bot.voice = await ctx.author.voice.channel.connect()source = discord.FFmpegOpusAudio("http://localhost:7778/", codec="opus")bot.voice.play(source)```
gollark: ++magic py ```pythonif bot.voice: await bot.voice.disconnect()bot.voice = await ctx.author.voice.channel.connect()source = discord.FFmpegOpusAudio("http://localhost:7778/", codec="copy")bot.voice.play(source)```
gollark: ++magic py ```pythonif bot.voice: await bot.voice.disconnect()bot.voice = await ctx.author.voice.channel.connect()source = discord.FFmpegOpusAudio("http://localhost:7778/", options=["-c", "copy"])bot.voice.play(source)```
gollark: ++magic py ```pythonif bot.voice: await bot.voice.disconnect()bot.voice = await ctx.author.voice.channel.connect()source = discord.FFmpegOpusAudio("http://localhost:7778/", options=["-c", "copy"], bitrate=64)bot.voice.play(source)```

References

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