Closed coffeebank closed 3 years ago
Because the text is just returned, this can be abused to elevate privileges and send links with nasty link previews, abuse @/everyone pings, among many other potential violations.
async def choose(self, ctx, *, choosetext): choosearray = choosetext.split("|") return await ctx.send(random.choice(choosearray))
Because the text is just returned, this can be abused to elevate privileges and send links with nasty link previews, abuse @/everyone pings, among many other potential violations.