python-discord / sir-lancebot

A Discord bot started as a community project for Hacktoberfest 2018, later evolved to an introductory project for aspiring new developers starting out with open source development.
MIT License
240 stars 240 forks source link

Add pastebin link to .bm command. #1355

Open brodycritchlow opened 1 year ago

brodycritchlow commented 1 year ago

Description

I have recently been using the .bm command and noticed when bookmarking codeblocks it doesnt provide a pastebin link with it. It would be a nice feature to add this.

Reasoning

Provides an easier way to share / copy the code you bookmarked.

Would you like to implement this yourself?

wookie184 commented 1 year ago

The pastebin only supports storing pastes for up to 30 days, so i'm not sure how well it fits with the bookmark command which is intended to store things indefinitely.