Skip to content

feat: remove deuteroui - #176

Open
k4rt0fl3r wants to merge 7 commits into
cybermouflons:devfrom
k4rt0fl3r:feat/ctf/remove-deuteroui
Open

k4rt0fl3r wants to merge 7 commits into
cybermouflons:devfrom
k4rt0fl3r:feat/ctf/remove-deuteroui

Conversation

@k4rt0fl3r

Copy link
Copy Markdown

Remove deuteroui and anything related to it.

@k4rt0fl3r
k4rt0fl3r force-pushed the feat/ctf/remove-deuteroui branch from 58f3e42 to c0b1a7e Compare October 15, 2021 10:44

@kgeorgiou kgeorgiou left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eioake01 looks good overall! We just need to clean up the unrelated changes that came in via conflict resolution and it should be good to go! 🚀

logger = logging.getLogger(__name__)


def rotn_helper(offset, text):

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change seems unrelated to the goal of this PR - can you please rebase so it goes away and only the notebook related changes are left? 🙏

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be OK now :)

shifted_tab = str.maketrans(string.ascii_letters, shifted)
shifted_str = msg.translate(shifted_tab)
await ctx.send(f"{msg} => {shifted_str}")
'''

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here 🙏

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be OK now, too :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants